home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / programming / gcc / gcc2.7.0 / gcc270_src.lha / gcc-2.7.0-amiga / config / m68k / xm-next.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-05  |  131 b   |  6 lines

  1. #include "m68k/xm-m68k.h"
  2.  
  3. /* malloc does better with chunks the size of a page.  */ 
  4.  
  5. #define OBSTACK_CHUNK_SIZE (getpagesize ())
  6.